From cd113d8c45ccf3bfa8b687c06a5d03618adf7a2c Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 14 Apr 2024 12:07:23 -0400 Subject: [PATCH] text.texi (Tracking changes): Fix warning * doc/lispref/text.texi (Change Hooks): Add a menu to silence warnings. (Tracking changes): Improve the title. --- doc/lispref/text.texi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 0cd4e2c614e..07fb730f0f1 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -6386,8 +6386,12 @@ use @code{combine-change-calls} or @code{combine-after-change-calls} instead. @end defvar +@menu +* Tracking changes:: Keeping track of buffer modifications. +@end menu + @node Tracking changes -@subsection Tracking changes +@subsection Keeping track of buffer modifications @cindex track-changes @cindex change tracker -- 2.30.2